home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / ScianColorControls.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  224b  |  17 lines

  1. /*ScianColorControls.h
  2.   Eric Pepke
  3.   April 2, 1993
  4.  
  5.   Color controls for SciAn
  6.  
  7. */
  8.  
  9. #ifdef PROTO
  10. void InitColorControls(void);
  11. void KillColorControls(void);
  12. #else
  13. void InitColorControls();
  14. void KillColorControls();
  15. #endif
  16.  
  17.